home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / mac / PageMaker 6.5 SDK Mac / SourceCode / CW memory files / FreeAllMallocMemory.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-31  |  246 b   |  19 lines  |  [TEXT/CWIE]

  1. /*
  2.  
  3.         FreeAllMallocMemory.h
  4.         
  5.         Use FreeAllMallocMemory() to release the memory pool for
  6.         malloc within code resources.
  7.  
  8. */
  9.  
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13.  
  14. void FreeAllMallocMemory(void);
  15.  
  16. #ifdef __cplusplus
  17. }
  18. #endif /* __cplusplus */
  19.